![]() | ![]() | ![]() | ![]() |
The SAS 9.2 Intelligence Platform Web Application Administration Guide includes misleading sample code for importing legacy reports using the SASXPRRP access method. Using the code as documented causes an "Undetermined I/O failure" error.
Following is the corrected sample code.
filename dest sasxprrp "SBIP://METASERVER/Department1/2008/Users/xyz/Reports"
userid="xyz" password="bip2004" domain="thisDomain"
OMRHost="bipsvrxyz.na.sas.com" OMRPort="9999" OMRUser="xyz"
OMRPassword="bip2004" OMRReposName="FOUNDATION"
;
option noovp;
ods sasreport file="myreport.xml" path=dest;
proc print data=sashelp.class;
run;
ods sasreport close;
|
For information about SASXPRRP, see "Import Legacy Reports" in the Adding Content for Use by Report Creators topic.
Note: An "Undetermined I/O failure” error also occurs if you do not have ReadMetadata and WriteMetadata permissions on the metadata repository, and you don't have ReadMetadata and WriteMemberMetadata on SAS Folders.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Web Report Studio | z/OS | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 |
Microsoft® Windows® for x64 | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 Datacenter Edition | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 Enterprise Edition | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 Standard Edition | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Microsoft Windows Server 2003 for x64 | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Microsoft Windows Server 2008 for x64 | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Microsoft Windows XP Professional | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Windows Vista | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Windows Vista for x64 | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
64-bit Enabled AIX | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
64-bit Enabled Solaris | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
HP-UX IPF | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Linux for x64 | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 | ||
Solaris for x64 | 4.2 | 4.31 | 9.2 TS2M0 | 9.3 TS1M0 |